home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 17
/
Hot Mix 17.iso
/
HM17_SGI
/
html
/
vendors
/
siteways
/
software
/
lib
/
httpd.template
/
access.conf
next >
Wrap
Text File
|
1997-06-15
|
1KB
|
69 lines
#
# $Header: /ext/src/lss/src/scripts/RCS/access.conf,v 1.4 1997/03/21 11:06:50 bert Exp $
#
<Directory $CDROM/cgi-bin>
Options Indexes FollowSymLinks
</Directory>
<Directory $CDROM/docs>
<Limit GET POST PUT>
order deny,allow
deny from all
allow from $DOMAIN
allow from .siteways.nl
allow from .siteways.com
</Limit>
</Directory>
<Directory $CDROM/docs/install>
AuthUserFile $TMP/config.inf
AuthGroupFile /dev/null
AuthName root
AuthType Basic
Options Indexes FollowSymLinks
AllowOverride All
<Limit GET POST PUT>
order deny,allow
deny from all
allow from $DOMAIN
allow from .siteways.nl
allow from .siteways.com
require user root
</Limit>
</Directory>
<Directory $CDROM/docs/purchase>
AuthUserFile $TMP/config.inf
AuthGroupFile /dev/null
AuthName root
AuthType Basic
Options Indexes FollowSymLinks
AllowOverride All
<Limit GET POST PUT>
order deny,allow
deny from all
allow from $DOMAIN
allow from .siteways.nl
allow from .siteways.com
require user root
</Limit>
</Directory>
<Directory $CDROM/docs/uninstall>
AuthUserFile $TMP/config.inf
AuthGroupFile /dev/null
AuthName root
AuthType Basic
Options Indexes FollowSymLinks
AllowOverride All
<Limit GET POST PUT>
order deny,allow
deny from all
allow from $DOMAIN
allow from .siteways.nl
allow from .suteways.com
require user root
</Limit>
</Directory>